home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / female15.zip / FEMALE.DOC next >
Text File  |  1991-06-13  |  2KB  |  50 lines

  1. ===============================================================================
  2.  
  3.                                    FEMALE.EXE
  4.                                   Version 1.50
  5.                                        by
  6.                                   Eric Jacksch
  7.  
  8.                    A Frontdoor/Binkley format log entry generator.
  9.  
  10. -------------------------------------------------------------------------------
  11. This program is released into public domain and is guaranteed to do nothing
  12. but take up disk space.  If you break it, you own both halves.
  13. -------------------------------------------------------------------------------
  14.  
  15.      FEMALE began as a drop in replacement for MALE.COM (Make a Log Entry by
  16. Dan Thomson).  Due to several requests, it now also supports binkley log
  17. format.  To create Frontdoor style log entries, simply use the program as
  18. directed below.  To create Binkley log style entries add SET LOGTYPE=BT
  19. to your autoexec.bat.
  20.  
  21.      FEMALE may be renamed to MALE.EXE if you're like me and don't want to 
  22. change all your batch files.  The output may be redirected to your log file 
  23. using dos redirection symbols. 
  24.  
  25.  
  26. SYNTAX:  FEMALE <symbol | \> <name | \> <text> [>>file]
  27.  
  28. where
  29.  
  30.    <symbol> is a one character log symbol (backslash is converted to a space),
  31.    <name> is the program name to appear on the date line or a backslash to
  32.           omit the date line for multiple entries (Frodo only),
  33.    <text> is the text for the log entry, and,
  34.    <file> is the name of your log file.
  35.  
  36. If you have any problems, please netmail Eric Jacksch at 1:163/111
  37.  
  38. -------------------------------------------------------------------------------
  39.                       FrontDoor (C) Joaquim H Homrighausen
  40.                     BinkleyTerm (C) Bit Bucket Software, Co.
  41.                            MALE.COM  (C) Dan Thomson
  42. ------------------------------------------------------------------------------
  43.  
  44.  
  45. Version 1.40:  As requested by European users, Female now uses country code 
  46.                information to create a better looking log file.
  47.                more 
  48.  
  49. Version 1.50:  Environment variable LOGTYPE=BT now will cause FEMALE to
  50.                generate binkley style log entries.